From 905bd758931263d024f57b77d99a52f941227599 Mon Sep 17 00:00:00 2001 From: "gmilos@localhost.localdomain" Date: Mon, 4 Jul 2005 15:01:22 +0000 Subject: [PATCH] Example of assymetric pull/push paths. --- docs/misc/hg-cheatsheet.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/misc/hg-cheatsheet.txt b/docs/misc/hg-cheatsheet.txt index 9f901f086f..8aafe52adf 100644 --- a/docs/misc/hg-cheatsheet.txt +++ b/docs/misc/hg-cheatsheet.txt @@ -273,6 +273,12 @@ Pushes changes up to a parent. You can't push if you pulled the repository off the web interface. In fact, you can currently only push to an ssh target -- filesystem drectory targets don't work, but this will be fixed soon. +For now it is possible to set up assymetric pull/push paths. Pulls can +be done via web interface while pushes via ssh. Example of .hg/hgrc config +file: + | [paths] + | default = http://your.server/repository_name + | default-push = ssh://[username@]your.server//repository_location Repository history -- 2.30.2